home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pctyp2_b.arc / PCT3 / demo.bat < prev    next >
DOS Batch File  |  1989-06-27  |  768b  |  17 lines

  1. echo off
  2. erase graph.me
  3. cls
  4. echo This demo runs PC-Type from the macro file DEMO.MAC.
  5. echo In order for it to work properly,
  6. echo please only press the Enter key whenever the demo pauses.
  7. echo                                                                      .
  8. echo The demo will end up running a sample GRAPH from PCG2.exe
  9. echo When you are in PCG2, you may exit by pressing the Q key.
  10. echo                                                                      .
  11. echo After exiting PCG2, you will be returned to the DEMO.PCT file.
  12. echo Press F4 to exit to DOS when you return.
  13. echo                                                                      .
  14. pause
  15.     pct demo.pct /m=demo /ma
  16. erase graph.me
  17.